@charset "utf-8";

[v-cloak] {
    display: none !important;
}

a {
    text-decoration: none;
    /* 去掉下划线 */

}

a:hover {
    text-decoration: none;
    /* 去掉鼠标悬停时的下划线 */
}

a:focus {
    outline: none;
    /* 去掉焦点时的轮廓 */
}

.dialog-task .marT30 {
    margin-top: 30px !important;
}


.dialog-task .marT38 {
    margin-top: 38px !important;
}

.dialog-task .marT50 {
    margin-top: 50px !important;
}

.dialog-task .marT82 {
    margin-top: 82px !important;
}

.dialog-task {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2000;
}

.dialog-task .taskCent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 720px;
    height: 535px;
    background: url('/static/v2/img/taskCenter/taskCenterBg.png') no-repeat;
    background-size: 100% 100%;
    padding: 25px 15px;
}

.dialog-task .taskCent .tipsPop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
}

.dialog-task .taskCent .successIcon::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url('/static/v2/img/taskCenter/iconS.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
}

.dialog-task .taskCent .warningIcon::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url('/static/v2/img/taskCenter/iconW.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
}

.dialog-task .taskCent .rclose {
    position: absolute;
    top: 0;
    right: 14px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.dialog-task .taskCent .menuOut {
    display: flex;
    justify-content: flex-start;
}

.dialog-task .taskCent .menu {
    width: 150px;
    height: 50px;
    background: #DBF9FD;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 16px;
    color: #0099AD;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.dialog-task .taskCent .active {
    color: #ffffff;
    background: none;
}

.dialog-task .taskCent .active::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    width: 150px;
    height: 66px;
    background: url('/static/v2/img/taskCenter/menuBg.png') no-repeat;
    background-size: 150px 66px;
    z-index: -1;
}

.dialog-task .taskCent .menu .tag {
    width: 66px;
    height: 18px;
    background: linear-gradient(270deg, #FBD055 0%, #FEAC36 100%);
    border-radius: 11px 11px 11px 0px;
    position: absolute;
    right: 0;
    top: -14px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #995400;
    line-height: 18px;
    text-align: center;
}

.dialog-task .taskCent .menu .tag2 {
    background: #3CB002;
    color: #FFFFFF;
}

.dialog-task .taskCent .seleteBox {
    margin-top: 30px;
}

.dialog-task .taskCent .seleteBox .iTitle {
    display: block;
    margin: 0 auto;
}

.dialog-task .taskCent .seleteBox .iTitle>img {
    display: block;
    margin: 0 auto;
    width: 690px;
    height: 40px;
}

.dialog-task .taskCent .seleteBox .iTitle>p {
    margin-top: 5px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-align: center;
}

.dialog-task .taskCent .seleteBox .iTitle>p {
    margin-top: 5px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-align: center;
}

.dialog-task .taskCent .seleteBox .abarOut {
    padding: 30px 35px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.dialog-task .taskCent .seleteBox .abar {
    padding: 8px 10px;
    width: 400px;
    height: 36px;
    background: #DAF8FC;
    border-radius: 18px 18px 18px 18px;
    margin: 20px auto 0;
    display: flex;
    justify-content: flex-start;
    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: 700;
    font-size: 20px;
    color: #0099AD;
    line-height: 20px;
}

.dialog-task .taskCent .seleteBox .abar>p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-left: 14px;
}

.dialog-task .taskCent .seleteBox .abar>p>span {
    color: #FF620E;
}

.dialog-task .taskCent .seleteBox .bar2 {
    width: 300px;
    margin: 0;
}

.dialog-task .taskCent .seleteBox .coupon {
    display: block;
    margin: 30px auto 0;
    width: 450px;
    height: 90px;
    background: url('/static/v2/img/taskCenter/couponBg.png') no-repeat;
    background-size: 100% 100%;
    padding: 7px 8px 7px 5px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.dialog-task .taskCent .seleteBox .lBox {
    width: 121px;
    height: 76px;
    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: 700;
    font-size: 36px;
    color: #FF620E;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog-task .taskCent .seleteBox .lBox>span {
    display: inline-block;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #FF620E;
    line-height: 23px;
    margin-top: 15px;
}

.dialog-task .taskCent .seleteBox .cBox {
    width: 188px;
    height: 76px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    text-align: center;
}

.dialog-task .taskCent .seleteBox .cBox>p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    margin-top: 5px;
}

.dialog-task .taskCent .seleteBox .rBox {
    width: 126px;
    height: 76px;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog-task .taskCent .seleteBox .rBox .lBtn {
    width: 90px;
    height: 31px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFE4C7 100%);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #FAB189;
    font-family: Source Han sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FF620E;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
}

.dialog-task .taskCent .seleteBox .rBox .grey {
    width: 90px;
    height: 31px;
    background: linear-gradient(180deg, #F0F0F0 0%, #E0E0E0 100%);
    border-radius: 16px;
    border: 1px solid #C0C0C0;
    font-family: Source Han Sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #A0A0A0;
    line-height: 31px;
    text-align: center;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

.dialog-task .taskCent .seleteBox .bgBoxOut {
    width: 370px;
    height: 51px;
    background: #E28504;
    border-radius: 15px 15px 15px 15px;
    margin: 30px auto 0;
    position: relative;
}

.dialog-task .taskCent .seleteBox .bgBoxOut .bgBoxIn {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 370px;
    height: 51px;
    background: #FDB957;
    border-radius: 15px 15px 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 16px;
    color: #754400;
    line-height: 16px;
    cursor: pointer;
}

.dialog-task .taskCent .seleteBox .step {
    display: block;
    margin: 40px auto 0;
    width: 546px;
    height: 60px;
}

.dialog-task .taskCent .seleteBox .textBg {

    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 4px;
    width: 500px;
    height: 50px;
    background: #EEFDFF;
    border-radius: 25px 25px 25px 25px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin: 70px auto 0;
}

.dialog-task .taskCent .seleteBox .textBg>img {
    display: block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.dialog-task .taskCent .seleteBox .cardOut {
    margin-top: 55px;
    display: flex;
    justify-content: center;
    gap: 46px;
}

.dialog-task .taskCent .seleteBox .cardOut .card {
    position: relative;
}

.dialog-task .taskCent .seleteBox .cardOut .card::after {
    position: absolute;
    left: 94px;
    top: 33px;
    display: block;
    content: '';
    width: 18px;
    height: 15px;
    background: url('/static/v2/img/taskCenter/iconR.png') no-repeat;
    background-size: 100% 100%;
}

.dialog-task .taskCent .seleteBox .cardOut .card:nth-last-of-type(1):after {
    background: none;
}

.dialog-task .taskCent .seleteBox .cardOut .card>img {
    width: 80px;
    height: 80px;
}

.dialog-task .taskCent .seleteBox .cardOut .card>p {
    margin-top: 15px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    text-align: center;
}

.dialog-task .taskCent .seleteBox .cardOut .card>p>span {
    margin-top: 8px;
    display: block;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    text-align: center;
}

.dialog-task .tipsBox {
    padding: 8px 15px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dialog-task .tipsBox>img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.dialog-task .taskCent .seleteBox .teams {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 620px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #ABE7F0;
    margin: 20px auto 0;
    padding: 20px;
}

.dialog-task .taskCent .seleteBox .teams>div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dialog-task .taskCent .seleteBox .teams>div>p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    text-align: left;
}

.dialog-task .taskCent .seleteBox .teams>div>p span {
    width: 84px;
    display: inline-flex;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    text-align: justify;

}

.dialog-task .taskCent .seleteBox .teams .jbtn {
    width: 141px;
    height: 34px;
    background: #0099AD;
    border-radius: 6px 6px 6px 6px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
}